home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Graphics / Utilities / FLIViewer_1.0b5 Folder / Changes to FLIViewer next >
Text File  |  1994-04-05  |  2KB  |  30 lines

  1. Changes in 1.0b1
  2.  
  3. •    Added the ability to single-step through an animation via CMD-N.
  4. •    Changed the default action of playing an FLI such that it now plays the entire FLI once, then stops.
  5. •    (Re-) added the ability to continuously loop displaying the FLI via a menu item (CMD-L).
  6.  
  7. Changes in 1.0b2
  8.  
  9. •    Fixed a problem with not being able to choose any items from the Apple menu.
  10. •    Added AppleEvents support.
  11. •    Re-implemented document launching to use AppleEvents, as the old method of opening documents
  12.         will not be supported by PowerMacintosh.  The original way of handling drag-and-drop and
  13.         opening remains for compatibility reasons when running this app under System 6.0.x
  14.  
  15. Changes in 1.0b3
  16. •    Fixed some problems with handling dynamic changes to an FLI's color table.
  17. •    Fixed some obscure problems with screen updating.
  18. •    Initial message when window is opened will now always update correctly.
  19. •    ESCAPE and CMD-. now active in the "Change Frame Rate" dialog.
  20. •    Implemented the "Fade To Black" update command.
  21. •    Implemented a progress indicator as the file is being opened.
  22.  
  23. Changes in 1.0b4
  24. •    Fixed a really obvious mistake in the dynamic color table handling routines.
  25. •    Fixed a problem with odd-sized PixMaps (e.g. 200x200) not allocating storage correctly.
  26.  
  27. Changes in 1.0b5
  28. •    Performance enhancements only.  Reduced the number of times WaitNextEvent() is called
  29.     from every time thru the main loop to every sixth time.
  30. •    Changes to the color table updating routines to enhance QuickDraw CopyBits() performance.